diff --git a/DESCRIPTION b/DESCRIPTION index 357d24e..3d85a14 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Simple but Efficient Rowwise Jobs Version: 0.1.0 Authors@R: c( person("Alexandre", "Courtiol", email = "alexandre.courtiol@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0637-2959")), - person("Romain", "Francois", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")) + person("Romain", "François", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")) ) Description: create efficiently new column(s) in a data frame (including tibble) by applying a function one row at a time. License: MIT + file LICENSE diff --git a/inst/CITATION b/inst/CITATION index a5e4e15..31f99a4 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,7 +2,7 @@ bibentry( bibtype = "Manual", title = "Simple but Efficient Rowwise Jobs", author = c(person("Alexandre", "Courtiol", email = "alexandre.courtiol@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0637-2959")), - person("Romain", "Francois", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")) + person("Romain", "François", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")) ), year = 2023, url = "https://github.com/courtiol/lay"