|
1 | 1 | citHeader("To cite the 'RcppEnsmallen' R package and 'Ensmallen' libray in publications, please use:") |
2 | 2 |
|
3 | | -citEntry(entry = "Manual", |
| 3 | +bibentry(bibtype = "Manual", |
4 | 4 | title = "{RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'}", |
5 | | - author = personList(as.person("James Joseph Balamuta"), |
6 | | - as.person("Dirk Eddelbuettel") |
7 | | - ), |
| 5 | + author = c(as.person("James Joseph Balamuta"), |
| 6 | + as.person("Dirk Eddelbuettel") |
| 7 | + ), |
8 | 8 | year = 2018, |
9 | 9 | textVersion = paste("Balamuta, J.J. and Eddelbuettel, D. (2018)", |
10 | 10 | "RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'.", |
11 | 11 | "URL https://cran.r-project.org/package=RcppEnsmallen.") |
12 | 12 | ) |
13 | 13 |
|
14 | | -citEntry(entry = "Article", |
| 14 | +bibentry(bibtype = "Article", |
15 | 15 | title = "{ensmallen: a flexible C++ library for efficient function optimization}", |
16 | | - author = personList(as.person("Shikhar Bhardwaj"), |
17 | | - as.person("Ryan R. Curtin"), |
18 | | - as.person("Marcus Edel"), |
19 | | - as.person("Yannis Mentekidis"), |
20 | | - as.person("Conrad Sanderson")), |
| 16 | + author = c(as.person("Shikhar Bhardwaj"), |
| 17 | + as.person("Ryan R. Curtin"), |
| 18 | + as.person("Marcus Edel"), |
| 19 | + as.person("Yannis Mentekidis"), |
| 20 | + as.person("Conrad Sanderson")), |
21 | 21 | journal = "Workshop on Systems for ML and Open Source Software at NIPS", |
22 | 22 | year = "2018", |
23 | 23 | month = "dec", |
|
0 commit comments