mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
reviesed landing
This commit is contained in:
parent
818c19eb29
commit
8a58a00129
11 changed files with 60 additions and 284 deletions
163
renv.lock
163
renv.lock
|
|
@ -2556,39 +2556,6 @@
|
|||
"Maintainer": "Folashade Daniel <fdaniel@microsoft.com>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"doconv": {
|
||||
"Package": "doconv",
|
||||
"Version": "0.3.3",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Document Conversion to 'PDF' or 'PNG'",
|
||||
"Authors@R": "c( person(\"David\", \"Gohel\", role = c(\"aut\", \"cre\"), email = \"david.gohel@ardata.fr\"), person(given = \"ArData\", role = \"cph\"), person(\"David\", \"Hajage\", role = \"ctb\", comment = \"initial powershell code\") )",
|
||||
"Description": "It provides the ability to generate images from documents of different types. Three main features are provided: functions for generating document thumbnails, functions for performing visual tests of documents and a function for updating fields and table of contents of a 'Microsoft Word' or 'RTF' document. In order to work, 'LibreOffice' must be installed on the machine and or 'Microsoft Word'. If the latter is available, it can be used to produce PDF documents or images identical to the originals; otherwise, 'LibreOffice' is used and the rendering can be sometimes different from the original documents.",
|
||||
"License": "MIT + file LICENSE",
|
||||
"Encoding": "UTF-8",
|
||||
"RoxygenNote": "7.3.2",
|
||||
"Imports": [
|
||||
"magick",
|
||||
"pdftools",
|
||||
"locatexec",
|
||||
"processx",
|
||||
"tools"
|
||||
],
|
||||
"Depends": [
|
||||
"R (>= 4.0.0)"
|
||||
],
|
||||
"Suggests": [
|
||||
"tinytest",
|
||||
"testthat",
|
||||
"webshot2"
|
||||
],
|
||||
"BugReports": "https://github.com/ardata-fr/doconv/issues",
|
||||
"SystemRequirements": "LibreOffice, Microsoft Word",
|
||||
"NeedsCompilation": "no",
|
||||
"Author": "David Gohel [aut, cre], ArData [cph], David Hajage [ctb] (initial powershell code)",
|
||||
"Maintainer": "David Gohel <david.gohel@ardata.fr>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"downlit": {
|
||||
"Package": "downlit",
|
||||
"Version": "0.4.5",
|
||||
|
|
@ -5340,26 +5307,6 @@
|
|||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"locatexec": {
|
||||
"Package": "locatexec",
|
||||
"Version": "0.1.1",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Detection and Localization of Executable Files",
|
||||
"Authors@R": "c( person(\"David\", \"Gohel\", role = c(\"aut\", \"cre\"), email = \"david.gohel@ardata.fr\"), person(given = \"ArData\", role = \"cph\") )",
|
||||
"Description": "A set of functions to locate some programs available on the user machine. The package provides functions to locate 'Node.js', 'npm', 'LibreOffice', 'Microsoft Word', 'Microsoft PowerPoint', 'Microsoft Excel', 'Python', 'pip', 'Mozilla Firefox' and 'Google Chrome'. User can test the availability of a program with eventually a version and call it with function system2() or system(). This allows the use of a single function to retrieve the path to a program regardless of the operating system and its configuration.",
|
||||
"License": "MIT + file LICENSE",
|
||||
"Encoding": "UTF-8",
|
||||
"RoxygenNote": "7.1.1",
|
||||
"Imports": [
|
||||
"utils"
|
||||
],
|
||||
"BugReports": "https://github.com/ardata-fr/locatexec/issues",
|
||||
"NeedsCompilation": "no",
|
||||
"Author": "David Gohel [aut, cre], ArData [cph]",
|
||||
"Maintainer": "David Gohel <david.gohel@ardata.fr>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"lubridate": {
|
||||
"Package": "lubridate",
|
||||
"Version": "1.9.4",
|
||||
|
|
@ -5406,54 +5353,6 @@
|
|||
"Author": "Vitalie Spinu [aut, cre], Garrett Grolemund [aut], Hadley Wickham [aut], Davis Vaughan [ctb], Ian Lyttle [ctb], Imanuel Costigan [ctb], Jason Law [ctb], Doug Mitarotonda [ctb], Joseph Larmarange [ctb], Jonathan Boiser [ctb], Chel Hee Lee [ctb]",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"magick": {
|
||||
"Package": "magick",
|
||||
"Version": "2.9.0",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Advanced Graphics and Image-Processing in R",
|
||||
"Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))",
|
||||
"Description": "Bindings to 'ImageMagick': the most comprehensive open-source image processing library available. Supports many common formats (png, jpeg, tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All operations are vectorized via the Magick++ STL meaning they operate either on a single frame or a series of frames for working with layers, collages, or animation. In RStudio images are automatically previewed when printed to the console, resulting in an interactive editing environment. Also includes a graphics device for creating drawing onto images using pixel coordinates.",
|
||||
"License": "MIT + file LICENSE",
|
||||
"URL": "https://docs.ropensci.org/magick/ https://ropensci.r-universe.dev/magick",
|
||||
"BugReports": "https://github.com/ropensci/magick/issues",
|
||||
"SystemRequirements": "ImageMagick++: ImageMagick-c++-devel (rpm) or libmagick++-dev (deb)",
|
||||
"VignetteBuilder": "knitr",
|
||||
"Depends": [
|
||||
"R (>= 4.1.0)"
|
||||
],
|
||||
"Imports": [
|
||||
"Rcpp (>= 0.12.12)",
|
||||
"magrittr",
|
||||
"curl"
|
||||
],
|
||||
"LinkingTo": [
|
||||
"Rcpp"
|
||||
],
|
||||
"Suggests": [
|
||||
"av",
|
||||
"spelling",
|
||||
"jsonlite",
|
||||
"methods",
|
||||
"knitr",
|
||||
"rmarkdown",
|
||||
"rsvg",
|
||||
"webp",
|
||||
"pdftools",
|
||||
"ggplot2",
|
||||
"gapminder",
|
||||
"IRdisplay",
|
||||
"tesseract",
|
||||
"gifski"
|
||||
],
|
||||
"Encoding": "UTF-8",
|
||||
"RoxygenNote": "7.3.2",
|
||||
"Language": "en-US",
|
||||
"NeedsCompilation": "yes",
|
||||
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>)",
|
||||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"magrittr": {
|
||||
"Package": "magrittr",
|
||||
"Version": "2.0.4",
|
||||
|
|
@ -6322,38 +6221,6 @@
|
|||
"NeedsCompilation": "yes",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"pdftools": {
|
||||
"Package": "pdftools",
|
||||
"Version": "3.6.0",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Text Extraction, Rendering and Converting of PDF Documents",
|
||||
"Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))",
|
||||
"Description": "Utilities based on 'libpoppler' <https://poppler.freedesktop.org> for extracting text, fonts, attachments and metadata from a PDF file. Also supports high quality rendering of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.",
|
||||
"License": "MIT + file LICENSE",
|
||||
"URL": "https://ropensci.r-universe.dev/pdftools, https://docs.ropensci.org/pdftools/",
|
||||
"BugReports": "https://github.com/ropensci/pdftools/issues",
|
||||
"SystemRequirements": "Poppler C++ API: libpoppler-cpp-dev (deb) or poppler-cpp-devel (rpm), and poppler-data (rpm/deb) package.",
|
||||
"Encoding": "UTF-8",
|
||||
"Imports": [
|
||||
"Rcpp (>= 0.12.12)",
|
||||
"qpdf"
|
||||
],
|
||||
"LinkingTo": [
|
||||
"Rcpp"
|
||||
],
|
||||
"Suggests": [
|
||||
"png",
|
||||
"webp",
|
||||
"tesseract",
|
||||
"testthat"
|
||||
],
|
||||
"RoxygenNote": "7.3.2",
|
||||
"NeedsCompilation": "yes",
|
||||
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>)",
|
||||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"performance": {
|
||||
"Package": "performance",
|
||||
"Version": "0.15.3",
|
||||
|
|
@ -7069,36 +6936,6 @@
|
|||
"Author": "Matteo Fasiolo [aut, cre], Ben Griffiths [aut], Simon N. Wood [ctb], Margaux Zaffran [ctb], Yannig Goude [ctb], Raphael Nedellec [ctb]",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"qpdf": {
|
||||
"Package": "qpdf",
|
||||
"Version": "1.4.1",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Split, Combine and Compress PDF Files",
|
||||
"Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Ben\", \"Raymond\", role = \"ctb\"), person(\"Jay Berkenbilt\", role = \"cph\", comment = \"Author of libqpdf\"))",
|
||||
"Description": "Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the 'qpdf' C++ library <https://qpdf.sourceforge.io/> 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.",
|
||||
"License": "Apache License 2.0",
|
||||
"URL": "https://docs.ropensci.org/qpdf/ https://ropensci.r-universe.dev/qpdf",
|
||||
"BugReports": "https://github.com/ropensci/qpdf/issues",
|
||||
"Encoding": "UTF-8",
|
||||
"Imports": [
|
||||
"Rcpp",
|
||||
"askpass",
|
||||
"curl"
|
||||
],
|
||||
"LinkingTo": [
|
||||
"Rcpp"
|
||||
],
|
||||
"RoxygenNote": "7.2.1",
|
||||
"Suggests": [
|
||||
"testthat"
|
||||
],
|
||||
"SystemRequirements": "libjpeg",
|
||||
"NeedsCompilation": "yes",
|
||||
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Ben Raymond [ctb], Jay Berkenbilt [cph] (Author of libqpdf)",
|
||||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
"qqconf": {
|
||||
"Package": "qqconf",
|
||||
"Version": "1.3.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue