filesstrings
filesstrings: An R package for file and string manipulation - Published in JOSS (2017)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Last synced: 4 months ago
·
JSON representation
Repository
A set of operations for manipulating strings in R, built on top of the stringr package and inspired by my struggles in trying to sensibly rename microscopy images.
Basic Info
- Host: GitHub
- Owner: rorynolan
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://rorynolan.github.io/filesstrings
- Size: 55.9 MB
Statistics
- Stars: 22
- Watchers: 2
- Forks: 7
- Open Issues: 0
- Releases: 12
Created over 9 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
Codemeta
README.Rmd
--- output: github_document --- # filesstrings```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE, comment = "#>") ``` This started out as a package for file and string manipulation. Since then, the `fs` file manipulation package and the `strex string manipulation package emerged, offering functionality previously given by this package (but slightly better). Those packages have hence almost pushed 'filesstrings' into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the [vignette](https://cran.r-project.org/package=filesstrings/vignettes/files.html). One example is a function to remove spaces from all file names in a directory. [](https://github.com/rorynolan/filesstrings/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/rorynolan/filesstrings?branch=master) [](https://lifecycle.r-lib.org/articles/stages.html) [](https://www.repostatus.org/#inactive) [](https://cran.r-project.org/package=filesstrings)   [](https://doi.org/10.21105/joss.00260) [](https://zenodo.org/badge/latestdoi/69170704) # Installation To install the release version of `filesstrings` from [CRAN](https://cran.r-project.org/package=filesstrings), in R, enter ```{r Install filesstrings, eval=FALSE} install.packages("filesstrings") ```
Owner
- Name: Rory Nolan
- Login: rorynolan
- Kind: user
- Location: Oakland, California.
- Website: http://rorynolan.rbind.io
- Repositories: 7
- Profile: https://github.com/rorynolan
Data scientist at mirvie.com. PhD in statistical image analysis.
JOSS Publication
filesstrings: An R package for file and string manipulation
Published
June 04, 2017
Volume 2, Issue 14, Page 260
Authors
Tags
file stringCodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "filesstrings",
"description": "This started out as a package for file and string manipulation. Since then, the 'fs' and 'strex' packages emerged, offering functionality previously given by this package (but it's done better in these new ones). Those packages have hence almost pushed 'filesstrings' into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the vignette. One example is a function to remove spaces from all file names in a directory.",
"name": "filesstrings: Handy File and String Manipulation",
"relatedLink": [
"https://rorynolan.github.io/filesstrings/",
"https://CRAN.R-project.org/package=filesstrings"
],
"codeRepository": "https://github.com/rorynolan/filesstrings",
"issueTracker": "https://github.com/rorynolan/filesstrings/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "3.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Rory",
"familyName": "Nolan",
"email": "rorynoolan@gmail.com",
"@id": "https://orcid.org/0000-0002-5239-4043"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Sergi",
"familyName": "Padilla-Parra",
"email": "spadilla@well.ox.ac.uk",
"@id": "https://orcid.org/0000-0002-8010-9481"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Rory",
"familyName": "Nolan",
"email": "rorynoolan@gmail.com",
"@id": "https://orcid.org/0000-0002-5239-4043"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Rory",
"familyName": "Nolan",
"email": "rorynoolan@gmail.com",
"@id": "https://orcid.org/0000-0002-5239-4043"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"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=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"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=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "spelling",
"name": "spelling",
"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=spelling"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 2.1",
"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=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"version": ">= 1.5",
"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=stringr"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "checkmate",
"name": "checkmate",
"version": ">= 1.9.3",
"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=checkmate"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"version": ">= 1.5",
"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=magrittr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"version": ">= 0.3.0",
"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=purrr"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"version": ">= 0.3.3",
"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=rlang"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "strex",
"name": "strex",
"version": ">= 1.6",
"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=strex"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "stringi",
"name": "stringi",
"version": ">= 1.7.8",
"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=stringi"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"version": ">= 2.1.0",
"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=withr"
},
"SystemRequirements": null
},
"fileSize": "822.565KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2017",
"author": [
{
"@type": "Person",
"givenName": "Rory",
"familyName": "Nolan"
},
{
"@type": "Person",
"givenName": "Sergi",
"familyName": "Padilla-Parra"
}
],
"name": "{filesstrings}: An R package for file and string manipulation",
"identifier": "10.21105/joss.00260",
"@id": "https://doi.org/10.21105/joss.00260",
"sameAs": "https://doi.org/10.21105/joss.00260",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "14",
"datePublished": "2017",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "2",
"name": "The Journal of Open Source Software"
}
}
}
],
"releaseNotes": "https://github.com/rorynolan/filesstrings/blob/master/NEWS.md",
"readme": "https://github.com/rorynolan/filesstrings/blob/master/README.md",
"contIntegration": [
"https://github.com/rorynolan/filesstrings/actions/workflows/R-CMD-check.yaml",
"https://app.codecov.io/gh/rorynolan/filesstrings?branch=master"
],
"developmentStatus": [
"https://lifecycle.r-lib.org/articles/stages.html",
"https://www.repostatus.org/#inactive"
]
}
GitHub Events
Total
Last Year
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rory Nolan | r****n@g****m | 185 |
| Rory Nolan | r****y@m****m | 4 |
| Kirill Müller | k****r@m****g | 3 |
| olivroy | 5****y | 1 |
| Jim Hester | j****r@g****m | 1 |
| User | u****r@M****l | 1 |
Committer Domains (Top 20 + Academic)
mailbox.org: 1
mirvie.com: 1
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 7
- Total pull requests: 3
- Average time to close issues: 6 days
- Average time to close pull requests: 6 days
- Total issue authors: 7
- Total pull request authors: 3
- Average comments per issue: 2.14
- Average comments per pull request: 2.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- NateMietk (1)
- DanielReedOcean (1)
- rorynolan (1)
- krlmlr (1)
- nobie666 (1)
- denironyx (1)
- oskar-november (1)
Pull Request Authors
- olivroy (2)
- krlmlr (1)
- jimhester (1)
Top Labels
Issue Labels
Pull Request Labels
bug (1)
Packages
- Total packages: 2
-
Total downloads:
- cran 909 last-month
- Total docker downloads: 88,675
-
Total dependent packages: 8
(may contain duplicates) -
Total dependent repositories: 14
(may contain duplicates) - Total versions: 42
- Total maintainers: 1
cran.r-project.org: filesstrings
Handy File and String Manipulation
- Homepage: https://rorynolan.github.io/filesstrings/
- Documentation: http://cran.r-project.org/web/packages/filesstrings/filesstrings.pdf
- License: GPL-3
-
Latest release: 3.4.0
published almost 2 years ago
Rankings
Dependent packages count: 6.1%
Dependent repos count: 7.7%
Forks count: 8.7%
Downloads: 11.2%
Stargazers count: 11.2%
Average: 11.4%
Docker downloads count: 23.6%
Maintainers (1)
Last synced:
4 months ago
conda-forge.org: r-filesstrings
- Homepage: https://www.github.com/rorynolan/filesstrings
- License: GPL-3.0-only
-
Latest release: 3.2.3
published over 3 years ago
Rankings
Dependent repos count: 34.0%
Average: 43.5%
Stargazers count: 44.2%
Forks count: 44.7%
Dependent packages count: 51.2%
Last synced:
4 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5 depends
- stringr >= 1.4 depends
- checkmate >= 1.9.3 imports
- magrittr >= 1.5 imports
- purrr >= 0.3.0 imports
- rlang >= 0.3.3 imports
- strex >= 1.4.3 imports
- stringi >= 1.7.8 imports
- withr >= 2.1.0 imports
- covr * suggests
- dplyr * suggests
- knitr * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat >= 2.1 suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, comment = "#>")
```
This started out as a package for file and string manipulation. Since then, the `fs` file manipulation package and the `strex string manipulation package emerged, offering functionality previously given by this package (but slightly better). Those packages have hence almost pushed 'filesstrings' into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the [vignette](https://cran.r-project.org/package=filesstrings/vignettes/files.html). One example is a function to remove spaces from all file names in a directory.
[](https://github.com/rorynolan/filesstrings/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/rorynolan/filesstrings?branch=master)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://www.repostatus.org/#inactive)
[](https://cran.r-project.org/package=filesstrings)


[](https://doi.org/10.21105/joss.00260)
[](https://zenodo.org/badge/latestdoi/69170704)
# Installation
To install the release version of `filesstrings` from [CRAN](https://cran.r-project.org/package=filesstrings), in R, enter
```{r Install filesstrings, eval=FALSE}
install.packages("filesstrings")
```
