diff --git a/DESCRIPTION b/DESCRIPTION
index e1b2aac3271d3444d17d354004defe9358d1bb07..82d7805344227c6ec2c1ffd89c0124198903484b 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,14 +1,16 @@
 Package: dotCall64
 Type: Package
 Title: Enhanced Foreign Function Interface Supporting Long Vectors
-Version: 1.0-0
-Date: 2018-07-30
+Version: 1.0-1
+Date: 2021-02-10
 Authors@R: c(person("Kaspar", "Moesinger", role = c("aut"),
-    email = "kaspar.moesinger@gmail.com"),
-    person("Florian", "Gerber", role = c("cre", "ctb"),
-    email = "florian.gerber@math.uzh.ch"),
-    person("Reinhard", "Furrer", role = "ctb",
-    email = "reinhard.furrer@math.uzh.ch"))
+    email = "kaspar.moesinger@gmail.com"), 
+    person("Florian", "Gerber", role = c("aut"),
+    email = "flora.fauna.gerber@gmail.com",
+    comment = c(ORCID = "0000-0001-8545-5263")),
+    person("Reinhard", "Furrer", role = c("cre", "ctb"),
+    email = "reinhard.furrer@math.uzh.ch",
+    comment = c(ORCID = "0000-0002-6319-2332")))
 Description: Provides .C64(), which is an enhanced version of .C()
     and .Fortran() from the foreign function interface. .C64() supports long
     vectors, arguments of type 64-bit integer, and provides a mechanism to
@@ -30,4 +32,4 @@ Collate:
     'vector_dc.R'
     'dotCall64.R'
     'zzz.R'
-RoxygenNote: 6.0.1
+RoxygenNote: 7.1.1
diff --git a/man/dotCall64.Rd b/man/dotCall64.Rd
index e55e8371ef0190a8308c5ca6b01467d8e500a93a..a3d4c49de642a3155a1691a83050fda078e70e0e 100644
--- a/man/dotCall64.Rd
+++ b/man/dotCall64.Rd
@@ -5,8 +5,15 @@
 \alias{.C64}
 \title{dotCall64 - Extended Foreign Function Interface}
 \usage{
-.C64(.NAME, SIGNATURE, ..., INTENT = NULL, NAOK = FALSE, PACKAGE = "",
-  VERBOSE = getOption("dotCall64.verbose"))
+.C64(
+  .NAME,
+  SIGNATURE,
+  ...,
+  INTENT = NULL,
+  NAOK = FALSE,
+  PACKAGE = "",
+  VERBOSE = getOption("dotCall64.verbose")
+)
 }
 \arguments{
 \item{.NAME}{character vector of length 1. Name of the compiled function to be called.}