diff --git a/raw_cm.json b/raw_cm.json index d121bc27..a986eb3d 100644 --- a/raw_cm.json +++ b/raw_cm.json @@ -1422,9 +1422,9 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "commonmark", - "description": "The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", + "description": "The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", "name": "commonmark: High Performance CommonMark and Github Markdown Rendering in R", - "relatedLink": ["https://docs.ropensci.org/commonmark/", "https://r-lib.r-universe.dev/commonmark", "https://github.github.com/gfm/"], + "relatedLink": ["https://docs.ropensci.org/commonmark/", "https://ropensci.r-universe.dev/commonmark"], "codeRepository": "https://github.com/r-lib/commonmark", "issueTracker": "https://github.com/r-lib/commonmark/issues", "license": "https://spdx.org/licenses/BSD-2-Clause", @@ -6381,7 +6381,7 @@ "identifier": "antiword", "description": "Wraps the 'AntiWord' utility to extract text from Microsoft Word documents. The utility only supports the old 'doc' format, not the new xml based 'docx' format. Use the 'xml2' package to read the latter.", "name": "antiword: Extract Text from Microsoft Word Documents", - "relatedLink": "https://docs.ropensci.org/antiword/", + "relatedLink": ["https://docs.ropensci.org/antiword/", "https://ropensci.r-universe.dev/antiword"], "codeRepository": "https://github.com/ropensci/antiword", "issueTracker": "https://github.com/ropensci/antiword/issues", "license": "https://spdx.org/licenses/GPL-2.0", @@ -14589,8 +14589,9 @@ "identifier": "cld2", "description": "Bindings to Google's C++ library Compact Language Detector 2 (see for more information). Probabilistically detects over 80 languages in plain text or HTML. For mixed-language input it returns the top three detected languages and their approximate proportion of the total classified text bytes (e.g. 80% English and 20% French out of 1000 bytes). There is also a 'cld3' package on CRAN which uses a neural network model instead.", "name": "cld2: Google's Compact Language Detector 2", - "relatedLink": ["https://docs.ropensci.org/cld2/", "https://github.com/cld2owners/cld2"], + "relatedLink": ["https://docs.ropensci.org/cld2/", "https://ropensci.r-universe.dev/cld2"], "codeRepository": "https://github.com/ropensci/cld2", + "issueTracker": "https://github.com/ropensci/cld2/issues", "license": "https://spdx.org/licenses/Apache-2.0", "version": "1.2.5", "programmingLanguage": { @@ -14684,7 +14685,7 @@ }, "fileSize": "NAKB", "readme": "https://github.com/ropensci/cld2/blob/HEAD/README.md", - "developmentStatus": "http://www.repostatus.org/#active" + "developmentStatus": "https://www.repostatus.org/#active" }, { "@context": "https://doi.org/10.5063/schema/codemeta-2.0", @@ -14694,6 +14695,7 @@ "name": "cld3: Google's Compact Language Detector 3", "relatedLink": ["https://docs.ropensci.org/cld3/", "https://ropensci.r-universe.dev/cld3"], "codeRepository": "https://github.com/ropensci/cld3", + "issueTracker": "https://github.com/ropensci/cld3/issues", "license": "https://spdx.org/licenses/Apache-2.0", "version": "1.6.1", "programmingLanguage": { @@ -22724,7 +22726,7 @@ "@type": "SoftwareSourceCode", "identifier": "eDNAjoint", "description": "Models integrate environmental DNA (eDNA) detection data and traditional survey data to jointly estimate species catch rate (see package vignette: ). Models can be used with count data via traditional survey methods (i.e., trapping, electrofishing, visual) and replicated eDNA detection/nondetection data via polymerase chain reaction (i.e., PCR or qPCR) from multiple survey locations. Estimated parameters include probability of a false positive eDNA detection, a site-level covariates that scale the sensitivity of eDNA surveys relative to traditional surveys, and catchability coefficients for traditional gear types. Models are implemented with a Bayesian framework (Markov chain Monte Carlo) using the 'Stan' probabilistic programming language.", - "name": "eDNAjoint: Joint Modeling of Traditional and Environmental DNA Survey Data", + "name": "eDNAjoint: Joint Modeling of Traditional and Environmental DNA Survey Data in a Bayesian Framework", "relatedLink": ["https://github.com/ropensci/eDNAjoint", "https://docs.ropensci.org/eDNAjoint/"], "codeRepository": "https://github.com/ropensci/eDNAjoint", "issueTracker": "https://github.com/ropensci/eDNAjoint/issues", @@ -30450,9 +30452,9 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "graphql", - "description": "Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format.", + "description": "Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format.", "name": "graphql: A GraphQL Query Parser", - "relatedLink": ["https://docs.ropensci.org/graphql/", "https://graphql.org", "https://github.com/ropensci/graphql"], + "relatedLink": ["https://docs.ropensci.org/graphql/", "https://ropensci.r-universe.dev/graphql"], "codeRepository": "https://github.com/ropensci/graphql", "issueTracker": "https://github.com/ropensci/graphql/issues", "license": "https://spdx.org/licenses/MIT", @@ -30552,7 +30554,7 @@ }, "fileSize": "NAKB", "readme": "https://github.com/ropensci/graphql/blob/HEAD/README.md", - "developmentStatus": "http://www.repostatus.org/#active" + "developmentStatus": "https://www.repostatus.org/#active" }, { "@context": "https://doi.org/10.5063/schema/codemeta-2.0", @@ -33888,9 +33890,9 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "jsonld", - "description": "JSON-LD is a light-weight syntax for expressing linked data. It is primarily intended for web-based programming environments, interoperable web services and for storing linked data in JSON-based databases. This package provides bindings to the JavaScript library for converting, expanding and compacting JSON-LD documents.", + "description": "JSON-LD is a light-weight syntax for expressing linked data. It is primarily intended for web-based programming environments, interoperable web services and for storing linked data in JSON-based databases. This package provides bindings to the JavaScript library for converting, expanding and compacting JSON-LD documents.", "name": "jsonld: JSON for Linking Data", - "relatedLink": ["https://docs.ropensci.org/jsonld", "https://github.com/ropensci/jsonld", "https://www.w3.org/TR/json-ld"], + "relatedLink": ["https://docs.ropensci.org/jsonld/", "https://ropensci.r-universe.dev/jsonld"], "codeRepository": "https://github.com/ropensci/jsonld", "issueTracker": "https://github.com/ropensci/jsonld/issues", "license": "https://spdx.org/licenses/BSD-3-Clause", @@ -33981,7 +33983,7 @@ }, "fileSize": "NAKB", "readme": "https://github.com/ropensci/jsonld/blob/HEAD/README.md", - "developmentStatus": "http://www.repostatus.org/#active" + "developmentStatus": "https://www.repostatus.org/#active" }, { "@context": "https://doi.org/10.5063/schema/codemeta-2.0", @@ -37103,7 +37105,7 @@ "codeRepository": "https://github.com/ropensci/medrxivr", "issueTracker": "https://github.com/ropensci/medrxivr/issues", "license": "https://spdx.org/licenses/GPL-2.0", - "version": "0.0.6", + "version": "0.1.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -44486,7 +44488,7 @@ "identifier": "opencv", "description": "Exposes some of the available 'OpenCV' algorithms, such as a QR code scanner, and edge, body or face detection. These can either be applied to analyze static images, or to filter live video footage from a camera device.", "name": "opencv: Bindings to 'OpenCV' Computer Vision Library", - "relatedLink": "https://ropensci.r-universe.dev/opencv", + "relatedLink": ["https://docs.ropensci.org/opencv/", "https://ropensci.r-universe.dev/opencv"], "codeRepository": "https://github.com/ropensci/opencv", "issueTracker": "https://github.com/ropensci/opencv/issues", "license": "https://spdx.org/licenses/MIT", @@ -51313,9 +51315,9 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "qpdf", - "description": "Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ API and does not require any command line utilities. Note that 'qpdf' does not read actual content from PDF files: to extract text and data you need the 'pdftools' package.", + "description": "Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ library and does not require any command line utilities. Note that 'qpdf' does not read actual content from PDF files: to extract text and data you need the 'pdftools' package.", "name": "qpdf: Split, Combine and Compress PDF Files", - "relatedLink": ["https://docs.ropensci.org/qpdf/", "https://ropensci.r-universe.dev/qpdf", "https://qpdf.sourceforge.io/"], + "relatedLink": ["https://docs.ropensci.org/qpdf/", "https://ropensci.r-universe.dev/qpdf"], "codeRepository": "https://github.com/ropensci/qpdf", "issueTracker": "https://github.com/ropensci/qpdf/issues", "license": "https://spdx.org/licenses/Apache-2.0", @@ -64491,6 +64493,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=jsonlite" }, + "3": { + "@type": "SoftwareApplication", + "identifier": "lifecycle", + "name": "lifecycle", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=lifecycle" + }, "SystemRequirements": null }, "applicationCategory": "Biodiversity", @@ -69226,7 +69240,7 @@ "codeRepository": "https://github.com/ropensci/spatsoc", "issueTracker": "https://github.com/ropensci/spatsoc/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.4.9001", + "version": "0.2.5.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -72527,7 +72541,7 @@ "codeRepository": "https://github.com/ropensci/targets", "issueTracker": "https://github.com/ropensci/targets/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.8.0.9000", + "version": "1.8.0.9001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -75314,7 +75328,7 @@ "identifier": "tesseract", "description": "Bindings to 'Tesseract': a powerful optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.", "name": "tesseract: Open Source OCR Engine", - "relatedLink": ["https://docs.ropensci.org/tesseract/", "https://github.com/ropensci/tesseract"], + "relatedLink": ["https://docs.ropensci.org/tesseract/", "https://ropensci.r-universe.dev/tesseract"], "codeRepository": "https://github.com/ropensci/tesseract", "issueTracker": "https://github.com/ropensci/tesseract/issues", "license": "https://spdx.org/licenses/Apache-2.0", diff --git a/registry.json b/registry.json index 0d1df9de..466f898d 100644 --- a/registry.json +++ b/registry.json @@ -34,7 +34,7 @@ "url": "https://github.com/CornellLabofOrnithology/auk", "ropensci_category": "data-access", "ropenscilabs": false, - "date_last_commit": "2024-07-18 15:58:52", + "date_last_commit": "2024-10-03 17:26:05", "cran_archived": false, "staff_maintained": false }, @@ -98,7 +98,7 @@ { "name": "commonmark", "description": "High Performance CommonMark and Github Markdown Rendering in R", - "details": "The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", + "details": "The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", "maintainer": "Jeroen Ooms", "keywords": "", "github": "https://github.com/r-lib/commonmark", @@ -110,7 +110,7 @@ "url": "https://github.com/r-lib/commonmark", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:50", + "date_last_commit": "2024-10-03 18:18:31", "cran_archived": false, "staff_maintained": true }, @@ -129,7 +129,7 @@ "url": "https://github.com/r-lib/credentials", "ropensci_category": "scalereprod", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:51", + "date_last_commit": "2024-10-03 18:19:01", "cran_archived": false, "staff_maintained": true }, @@ -355,7 +355,7 @@ "url": "https://github.com/r-lib/sodium", "ropensci_category": "scalereprod", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:09", + "date_last_commit": "2024-10-03 18:17:52", "cran_archived": false, "staff_maintained": true }, @@ -471,7 +471,7 @@ "url": "https://github.com/ropensci/antiword", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:43", + "date_last_commit": "2024-10-03 18:17:30", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -551,7 +551,7 @@ "url": "https://github.com/ropensci/av", "ropensci_category": "image-processing", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:45", + "date_last_commit": "2024-10-03 18:19:03", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -630,7 +630,7 @@ "url": "https://github.com/ropensci/baRulho", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-09-02 17:53:06", + "date_last_commit": "2024-10-03 19:20:54", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -1150,7 +1150,7 @@ "url": "https://github.com/ropensci/cld2", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:48", + "date_last_commit": "2024-10-03 18:18:09", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -1170,7 +1170,7 @@ "url": "https://github.com/ropensci/cld3", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:49", + "date_last_commit": "2024-10-03 18:18:02", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -1717,7 +1717,7 @@ }, { "name": "eDNAjoint", - "description": "Joint Modeling of Traditional and Environmental DNA Survey Data", + "description": "Joint Modeling of Traditional and Environmental DNA Survey Data in a Bayesian Framework", "details": "Models integrate environmental DNA (eDNA) detection data and traditional survey data to jointly estimate species catch rate (see package vignette: ). Models can be used with count data via traditional survey methods (i.e., trapping, electrofishing, visual) and replicated eDNA detection/nondetection data via polymerase chain reaction (i.e., PCR or qPCR) from multiple survey locations. Estimated parameters include probability of a false positive eDNA detection, a site-level covariates that scale the sensitivity of eDNA surveys relative to traditional surveys, and catchability coefficients for traditional gear types. Models are implemented with a Bayesian framework (Markov chain Monte Carlo) using the 'Stan' probabilistic programming language.", "maintainer": "Abigail G. Keller", "keywords": "", @@ -1730,7 +1730,7 @@ "url": "https://github.com/ropensci/eDNAjoint", "ropensci_category": "stat", "ropenscilabs": false, - "date_last_commit": "2024-10-02 19:11:11", + "date_last_commit": "2024-10-03 18:43:30", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -2090,7 +2090,7 @@ "url": "https://github.com/ropensci/fluidsynth", "ropensci_category": "image-processing", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:52", + "date_last_commit": "2024-10-03 18:18:58", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -2398,7 +2398,7 @@ { "name": "graphql", "description": "A GraphQL Query Parser", - "details": "Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format.", + "details": "Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format.", "maintainer": "Jeroen Ooms", "keywords": "", "github": "https://github.com/ropensci/graphql", @@ -2410,7 +2410,7 @@ "url": "https://github.com/ropensci/graphql", "ropensci_category": "http-tools", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:54", + "date_last_commit": "2024-10-03 18:18:00", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -2570,7 +2570,7 @@ "url": "https://github.com/ropensci/hunspell", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:55", + "date_last_commit": "2024-10-03 18:18:51", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -2710,7 +2710,7 @@ "url": "https://github.com/ropensci/jqr", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:13:57", + "date_last_commit": "2024-10-03 18:18:11", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -2718,7 +2718,7 @@ { "name": "jsonld", "description": "JSON for Linking Data", - "details": "JSON-LD is a light-weight syntax for expressing linked data. It is primarily intended for web-based programming environments, interoperable web services and for storing linked data in JSON-based databases. This package provides bindings to the JavaScript library for converting, expanding and compacting JSON-LD documents.", + "details": "JSON-LD is a light-weight syntax for expressing linked data. It is primarily intended for web-based programming environments, interoperable web services and for storing linked data in JSON-based databases. This package provides bindings to the JavaScript library for converting, expanding and compacting JSON-LD documents.", "maintainer": "Jeroen Ooms", "keywords": "", "github": "https://github.com/ropensci/jsonld", @@ -2730,7 +2730,7 @@ "url": "https://github.com/ropensci/jsonld", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 21:43:29", + "date_last_commit": "2024-10-03 12:53:07", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -2989,7 +2989,7 @@ "url": "https://github.com/ropensci/medrxivr", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 02:52:22", + "date_last_commit": "2024-10-03 20:23:03", "github_archived": false, "cran_archived": true, "staff_maintained": false @@ -3269,7 +3269,7 @@ "url": "https://github.com/ropensci/nuts", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-07-19 10:44:12", + "date_last_commit": "2024-10-03 16:18:00", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -3409,7 +3409,7 @@ "url": "https://github.com/ropensci/opencv", "ropensci_category": "image-processing", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:01", + "date_last_commit": "2024-10-03 18:17:56", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -3969,7 +3969,7 @@ "url": "https://github.com/ropensci/prismjs", "ropensci_category": "scalereprod", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:02", + "date_last_commit": "2024-10-03 18:18:25", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -3977,7 +3977,7 @@ { "name": "qpdf", "description": "Split, Combine and Compress PDF Files", - "details": "Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ API and does not require any command line utilities. Note that 'qpdf' does not read actual content from PDF files: to extract text and data you need the 'pdftools' package.", + "details": "Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ library and does not require any command line utilities. Note that 'qpdf' does not read actual content from PDF files: to extract text and data you need the 'pdftools' package.", "maintainer": "Jeroen Ooms", "keywords": "", "github": "https://github.com/ropensci/qpdf", @@ -3989,7 +3989,7 @@ "url": "https://github.com/ropensci/qpdf", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:05", + "date_last_commit": "2024-10-03 18:18:23", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -4949,7 +4949,7 @@ "url": "https://github.com/ropensci/rredlist", "ropensci_category": "data-access", "ropenscilabs": false, - "date_last_commit": "2024-10-02 13:09:43", + "date_last_commit": "2024-10-03 22:24:09", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -5209,7 +5209,7 @@ "url": "https://github.com/ropensci/rzmq", "ropensci_category": "scalereprod", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:08", + "date_last_commit": "2024-10-03 18:18:18", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -5329,7 +5329,7 @@ "url": "https://github.com/ropensci/spatsoc", "ropensci_category": "geospatial", "ropenscilabs": false, - "date_last_commit": "2024-09-20 12:29:11", + "date_last_commit": "2024-10-03 18:01:30", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -5349,7 +5349,7 @@ "url": "https://github.com/ropensci/spelling", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:10", + "date_last_commit": "2024-10-03 18:17:48", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -5589,7 +5589,7 @@ "url": "https://github.com/ropensci/targets", "ropensci_category": "scalereprod", "ropenscilabs": false, - "date_last_commit": "2024-10-02 17:43:15", + "date_last_commit": "2024-10-03 21:59:58", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -5729,7 +5729,7 @@ "url": "https://github.com/ropensci/tesseract", "ropensci_category": "image-processing", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:12", + "date_last_commit": "2024-10-03 18:03:45", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -5789,7 +5789,7 @@ "url": "https://github.com/ropensci/tidyhydat", "ropensci_category": "data-access", "ropenscilabs": false, - "date_last_commit": "2024-10-01 18:16:28", + "date_last_commit": "2024-10-03 22:26:34", "github_archived": false, "cran_archived": false, "staff_maintained": false @@ -6129,7 +6129,7 @@ "url": "https://github.com/ropensci/unrtf", "ropensci_category": "literature", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:14", + "date_last_commit": "2024-10-03 18:18:41", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -6449,7 +6449,7 @@ "url": "https://github.com/ropensci/writexl", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:17", + "date_last_commit": "2024-10-03 18:18:16", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -6469,7 +6469,7 @@ "url": "https://github.com/ropensci/xslt", "ropensci_category": "data-extraction", "ropenscilabs": false, - "date_last_commit": "2024-10-02 22:14:18", + "date_last_commit": "2024-10-03 18:18:15", "github_archived": false, "cran_archived": false, "staff_maintained": true @@ -6635,5 +6635,5 @@ "staff_maintained": false } ], - "date": "2024-10-03 07:57 UTC" + "date": "2024-10-04 07:56 UTC" }