Skip to content

Commit 74d93ba

Browse files
committed
Clean up renv.lock by removing redundant Encoding fields and unnecessary package entries
1 parent 687c3ae commit 74d93ba

File tree

1 file changed

+11
-125
lines changed

1 file changed

+11
-125
lines changed

renv.lock

Lines changed: 11 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
"NeedsCompilation": "yes",
9393
"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)",
9494
"Maintainer": "Brian Ripley <[email protected]>",
95-
"Repository": "CRAN",
96-
"Encoding": "UTF-8"
95+
"Repository": "CRAN"
9796
},
9897
"Matrix": {
9998
"Package": "Matrix",
@@ -266,75 +265,7 @@
266265
"Description": "Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org.",
267266
"License": "Apache License 2.0",
268267
"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"
338269
},
339270
"askpass": {
340271
"Package": "askpass",
@@ -400,8 +331,7 @@
400331
"License": "GPL-2 | GPL-3",
401332
"URL": "http://www.rforge.net/base64enc",
402333
"NeedsCompilation": "yes",
403-
"Repository": "RSPM",
404-
"Encoding": "UTF-8"
334+
"Repository": "CRAN"
405335
},
406336
"bit": {
407337
"Package": "bit",
@@ -775,8 +705,7 @@
775705
"NeedsCompilation": "no",
776706
"Author": "Jennifer Bryan [cre, aut], Hadley Wickham [ctb]",
777707
"Maintainer": "Jennifer Bryan <[email protected]>",
778-
"Repository": "CRAN",
779-
"Encoding": "UTF-8"
708+
"Repository": "CRAN"
780709
},
781710
"cli": {
782711
"Package": "cli",
@@ -2159,8 +2088,7 @@
21592088
"NeedsCompilation": "no",
21602089
"Author": "Rich FitzJohn [aut, cre]",
21612090
"Maintainer": "Rich FitzJohn <[email protected]>",
2162-
"Repository": "CRAN",
2163-
"Encoding": "UTF-8"
2091+
"Repository": "CRAN"
21642092
},
21652093
"ini": {
21662094
"Package": "ini",
@@ -2181,8 +2109,7 @@
21812109
"testthat"
21822110
],
21832111
"NeedsCompilation": "no",
2184-
"Repository": "RSPM",
2185-
"Encoding": "UTF-8"
2112+
"Repository": "CRAN"
21862113
},
21872114
"isoband": {
21882115
"Package": "isoband",
@@ -2353,8 +2280,7 @@
23532280
"stats",
23542281
"graphics"
23552282
],
2356-
"Repository": "CRAN",
2357-
"Encoding": "UTF-8"
2283+
"Repository": "CRAN"
23582284
},
23592285
"lattice": {
23602286
"Package": "lattice",
@@ -2786,43 +2712,6 @@
27862712
"NeedsCompilation": "no",
27872713
"Repository": "CRAN"
27882714
},
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-
},
28262715
"prettyunits": {
28272716
"Package": "prettyunits",
28282717
"Version": "1.2.0",
@@ -3043,7 +2932,7 @@
30432932
"Config/build/compilation-database": "true",
30442933
"NeedsCompilation": "yes",
30452934
"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"
30472936
},
30482937
"rappdirs": {
30492938
"Package": "rappdirs",
@@ -3643,8 +3532,7 @@
36433532
"NeedsCompilation": "no",
36443533
"Author": "Simon Potter [aut, trl, cre], Simon Sapin [aut], Ian Bicking [aut]",
36453534
"Maintainer": "Simon Potter <[email protected]>",
3646-
"Repository": "CRAN",
3647-
"Encoding": "UTF-8"
3535+
"Repository": "CRAN"
36483536
},
36493537
"stringi": {
36503538
"Package": "stringi",
@@ -4184,8 +4072,7 @@
41844072
"URL": "https://www.rforge.net/uuid",
41854073
"BugReports": "https://github.com/s-u/uuid/issues",
41864074
"NeedsCompilation": "yes",
4187-
"Repository": "CRAN",
4188-
"Encoding": "UTF-8"
4075+
"Repository": "CRAN"
41894076
},
41904077
"vctrs": {
41914078
"Package": "vctrs",
@@ -4476,8 +4363,7 @@
44764363
"URL": "https://github.com/vubiostat/r-yaml/",
44774364
"BugReports": "https://github.com/vubiostat/r-yaml/issues",
44784365
"NeedsCompilation": "yes",
4479-
"Repository": "CRAN",
4480-
"Encoding": "UTF-8"
4366+
"Repository": "CRAN"
44814367
}
44824368
}
44834369
}

0 commit comments

Comments
 (0)