diff --git a/.Rbuildignore b/.Rbuildignore index e4a1f81..0e01768 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,5 @@ .travis.yml +_pkgdown.yml .editorconfig .gitignore .lintr diff --git a/DESCRIPTION b/DESCRIPTION index 3861379..df7c03e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: botor Authors@R: c( - person("Gergely", "Daroczi", , "daroczig@rapporter.net", role = c("aut", "cre")), + person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")), person("System1", role = c("fnd")) ) Title: Reticulate wrapper on 'boto3' with convenient helper functions diff --git a/man/boto3.Rd b/man/boto3.Rd index 2123de3..8906936 100644 --- a/man/boto3.Rd +++ b/man/boto3.Rd @@ -4,7 +4,7 @@ \name{boto3} \alias{boto3} \title{Raw access to the boto3 module imported at package load time} -\format{An object of class \code{python.builtin.module} (inherits from \code{python.builtin.object}) of length 2.} +\format{An object of class \code{python.builtin.module} (inherits from \code{python.builtin.object}) of length 5.} \usage{ boto3 }