|
92 | 92 | "NeedsCompilation": "yes", |
93 | 93 | "Author": "Brian Ripley [aut, cre, cph], Bill Venables [aut, cph], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb] (support functions for polr)", |
94 | 94 | "Maintainer": "Brian Ripley < [email protected]>", |
95 | | - "Repository": "CRAN", |
96 | | - "Encoding": "UTF-8" |
| 95 | + "Repository": "CRAN" |
97 | 96 | }, |
98 | 97 | "Matrix": { |
99 | 98 | "Package": "Matrix", |
|
266 | 265 | "Description": "Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org.", |
267 | 266 | "License": "Apache License 2.0", |
268 | 267 | "NeedsCompilation": "no", |
269 | | - "Repository": "CRAN", |
270 | | - "Encoding": "UTF-8" |
271 | | - }, |
272 | | - "RSocrata": { |
273 | | - "Package": "RSocrata", |
274 | | - "Version": "1.7.16-1", |
275 | | - "Source": "GitHub", |
276 | | - "Type": "Package", |
277 | | - "Title": "Download or Upload 'Socrata' Data Sets", |
278 | | - "Description": "Provides easier interaction with 'Socrata' open data portals <https://dev.socrata.com>. Users can provide a 'Socrata' data set resource URL, or a 'Socrata' Open Data API (SODA) web query, or a 'Socrata' \"human-friendly\" URL, returns an R data frame. Converts dates to 'POSIX' format and manages throttling by 'Socrata'. Users can upload data to 'Socrata' portals directly from R.", |
279 | | - "Date": "2025-04-15", |
280 | | - "Author": "Hugh Devlin, Ph. D., Tom Schenk, Jr., Gene Leynes, Nick Lucius, John Malc, Mark Silverberg, and Peter Schmeideskamp", |
281 | | - "Maintainer": "\"Nick Lucius\" < [email protected]>", |
282 | | - "Depends": [ |
283 | | - "R (>= 3.3.0)" |
284 | | - ], |
285 | | - "Imports": [ |
286 | | - "httr (>= 1.0.0)", |
287 | | - "jsonlite (>= 0.9.16)", |
288 | | - "mime (>= 0.3)", |
289 | | - "plyr (>= 1.8.4)" |
290 | | - ], |
291 | | - "Suggests": [ |
292 | | - "testthat (>= 0.10.0)", |
293 | | - "roxygen2 (>= 4.1.0)", |
294 | | - "readr (>= 0.2.2)" |
295 | | - ], |
296 | | - "License": "MIT + file LICENSE", |
297 | | - "URL": "https://github.com/Chicago/RSocrata", |
298 | | - "BugReports": "https://github.com/Chicago/RSocrata/issues", |
299 | | - "RoxygenNote": "7.2.3", |
300 | | - "Encoding": "UTF-8", |
301 | | - "RemoteType": "github", |
302 | | - "RemoteHost": "api.github.com", |
303 | | - "RemoteRepo": "RSocrata", |
304 | | - "RemoteUsername": "Chicago", |
305 | | - "RemotePkgRef": "Chicago/RSocrata", |
306 | | - "RemoteRef": "HEAD", |
307 | | - "RemoteSha": "c25832cf8bccbfe44b045306d19d3b8950a84cdc", |
308 | | - "NeedsCompilation": "no" |
309 | | - }, |
310 | | - "Rcpp": { |
311 | | - "Package": "Rcpp", |
312 | | - "Version": "1.1.0", |
313 | | - "Source": "Repository", |
314 | | - "Title": "Seamless R and C++ Integration", |
315 | | - "Date": "2025-07-01", |
316 | | - "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \" [email protected]\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"JJ\", \"Allaire\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Kevin\", \"Ushey\", role = \"aut\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Qiang\", \"Kou\", role = \"aut\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Nathan\", \"Russell\", role = \"aut\"), person(\"Iñaki\", \"Ucar\", role = \"aut\", comment = c(ORCID = \"0000-0001-6403-5550\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"John\", \"Chambers\", role = \"aut\"))", |
317 | | - "Description": "The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation(\"Rcpp\")' for details.", |
318 | | - "Imports": [ |
319 | | - "methods", |
320 | | - "utils" |
321 | | - ], |
322 | | - "Suggests": [ |
323 | | - "tinytest", |
324 | | - "inline", |
325 | | - "rbenchmark", |
326 | | - "pkgKitten (>= 0.1.2)" |
327 | | - ], |
328 | | - "URL": "https://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp", |
329 | | - "License": "GPL (>= 2)", |
330 | | - "BugReports": "https://github.com/RcppCore/Rcpp/issues", |
331 | | - "MailingList": " [email protected]", |
332 | | - "RoxygenNote": "6.1.1", |
333 | | - "Encoding": "UTF-8", |
334 | | - "NeedsCompilation": "yes", |
335 | | - "Author": "Dirk Eddelbuettel [aut, cre] (ORCID: <https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (ORCID: <https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (ORCID: <https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (ORCID: <https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]", |
336 | | - "Maintainer": "Dirk Eddelbuettel < [email protected]>", |
337 | | - "Repository": "RSPM" |
| 268 | + "Repository": "CRAN" |
338 | 269 | }, |
339 | 270 | "askpass": { |
340 | 271 | "Package": "askpass", |
|
400 | 331 | "License": "GPL-2 | GPL-3", |
401 | 332 | "URL": "http://www.rforge.net/base64enc", |
402 | 333 | "NeedsCompilation": "yes", |
403 | | - "Repository": "RSPM", |
404 | | - "Encoding": "UTF-8" |
| 334 | + "Repository": "CRAN" |
405 | 335 | }, |
406 | 336 | "bit": { |
407 | 337 | "Package": "bit", |
|
775 | 705 | "NeedsCompilation": "no", |
776 | 706 | "Author": "Jennifer Bryan [cre, aut], Hadley Wickham [ctb]", |
777 | 707 | "Maintainer": "Jennifer Bryan < [email protected]>", |
778 | | - "Repository": "CRAN", |
779 | | - "Encoding": "UTF-8" |
| 708 | + "Repository": "CRAN" |
780 | 709 | }, |
781 | 710 | "cli": { |
782 | 711 | "Package": "cli", |
|
2159 | 2088 | "NeedsCompilation": "no", |
2160 | 2089 | "Author": "Rich FitzJohn [aut, cre]", |
2161 | 2090 | "Maintainer": "Rich FitzJohn < [email protected]>", |
2162 | | - "Repository": "CRAN", |
2163 | | - "Encoding": "UTF-8" |
| 2091 | + "Repository": "CRAN" |
2164 | 2092 | }, |
2165 | 2093 | "ini": { |
2166 | 2094 | "Package": "ini", |
|
2181 | 2109 | "testthat" |
2182 | 2110 | ], |
2183 | 2111 | "NeedsCompilation": "no", |
2184 | | - "Repository": "RSPM", |
2185 | | - "Encoding": "UTF-8" |
| 2112 | + "Repository": "CRAN" |
2186 | 2113 | }, |
2187 | 2114 | "isoband": { |
2188 | 2115 | "Package": "isoband", |
|
2353 | 2280 | "stats", |
2354 | 2281 | "graphics" |
2355 | 2282 | ], |
2356 | | - "Repository": "CRAN", |
2357 | | - "Encoding": "UTF-8" |
| 2283 | + "Repository": "CRAN" |
2358 | 2284 | }, |
2359 | 2285 | "lattice": { |
2360 | 2286 | "Package": "lattice", |
|
2786 | 2712 | "NeedsCompilation": "no", |
2787 | 2713 | "Repository": "CRAN" |
2788 | 2714 | }, |
2789 | | - "plyr": { |
2790 | | - "Package": "plyr", |
2791 | | - "Version": "1.8.9", |
2792 | | - "Source": "Repository", |
2793 | | - "Title": "Tools for Splitting, Applying and Combining Data", |
2794 | | - "Authors@R": "person(\"Hadley\", \"Wickham\", , \" [email protected]\", role = c(\"aut\", \"cre\"))", |
2795 | | - "Description": "A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'.", |
2796 | | - "License": "MIT + file LICENSE", |
2797 | | - "URL": "http://had.co.nz/plyr, https://github.com/hadley/plyr", |
2798 | | - "BugReports": "https://github.com/hadley/plyr/issues", |
2799 | | - "Depends": [ |
2800 | | - "R (>= 3.1.0)" |
2801 | | - ], |
2802 | | - "Imports": [ |
2803 | | - "Rcpp (>= 0.11.0)" |
2804 | | - ], |
2805 | | - "Suggests": [ |
2806 | | - "abind", |
2807 | | - "covr", |
2808 | | - "doParallel", |
2809 | | - "foreach", |
2810 | | - "iterators", |
2811 | | - "itertools", |
2812 | | - "tcltk", |
2813 | | - "testthat" |
2814 | | - ], |
2815 | | - "LinkingTo": [ |
2816 | | - "Rcpp" |
2817 | | - ], |
2818 | | - "Encoding": "UTF-8", |
2819 | | - "LazyData": "true", |
2820 | | - "RoxygenNote": "7.2.3", |
2821 | | - "NeedsCompilation": "yes", |
2822 | | - "Author": "Hadley Wickham [aut, cre]", |
2823 | | - "Maintainer": "Hadley Wickham < [email protected]>", |
2824 | | - "Repository": "CRAN" |
2825 | | - }, |
2826 | 2715 | "prettyunits": { |
2827 | 2716 | "Package": "prettyunits", |
2828 | 2717 | "Version": "1.2.0", |
|
3043 | 2932 | "Config/build/compilation-database": "true", |
3044 | 2933 | "NeedsCompilation": "yes", |
3045 | 2934 | "Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]", |
3046 | | - "Repository": "https://packagemanager.posit.co/cran/latest" |
| 2935 | + "Repository": "CRAN" |
3047 | 2936 | }, |
3048 | 2937 | "rappdirs": { |
3049 | 2938 | "Package": "rappdirs", |
|
3643 | 3532 | "NeedsCompilation": "no", |
3644 | 3533 | "Author": "Simon Potter [aut, trl, cre], Simon Sapin [aut], Ian Bicking [aut]", |
3645 | 3534 | "Maintainer": "Simon Potter < [email protected]>", |
3646 | | - "Repository": "CRAN", |
3647 | | - "Encoding": "UTF-8" |
| 3535 | + "Repository": "CRAN" |
3648 | 3536 | }, |
3649 | 3537 | "stringi": { |
3650 | 3538 | "Package": "stringi", |
|
4184 | 4072 | "URL": "https://www.rforge.net/uuid", |
4185 | 4073 | "BugReports": "https://github.com/s-u/uuid/issues", |
4186 | 4074 | "NeedsCompilation": "yes", |
4187 | | - "Repository": "CRAN", |
4188 | | - "Encoding": "UTF-8" |
| 4075 | + "Repository": "CRAN" |
4189 | 4076 | }, |
4190 | 4077 | "vctrs": { |
4191 | 4078 | "Package": "vctrs", |
|
4476 | 4363 | "URL": "https://github.com/vubiostat/r-yaml/", |
4477 | 4364 | "BugReports": "https://github.com/vubiostat/r-yaml/issues", |
4478 | 4365 | "NeedsCompilation": "yes", |
4479 | | - "Repository": "CRAN", |
4480 | | - "Encoding": "UTF-8" |
| 4366 | + "Repository": "CRAN" |
4481 | 4367 | } |
4482 | 4368 | } |
4483 | 4369 | } |
0 commit comments