-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d0b12a
commit db1823b
Showing
6 changed files
with
13 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ __pycache__/ | |
*.yml | ||
|
||
# ignore lock files created by spreadsheet programs | ||
.~lock*.tsv | ||
*.~lock*.tsv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package_name version installation_command package_manager conda_channel area link necessity description comment language bug_flag | ||
python conda install -c conda-forge python conda conda-forge language https://anaconda.org/conda-forge/python required the python programming language itself python | ||
r-essentials conda install -c conda-forge r-essentials conda conda-forge data wrangling https://tinyurl.com/54j96j5x required The R Essentials bundle contains approximately 200 of the most popular R packages for data science, including the IRKernel, dplyr, shiny, ggplot2, tidyr, caret, and nnet. It is used as an example in the following guides. r | ||
r-base conda install -c conda-forge r-base conda conda-forge language https://anaconda.org/conda-forge/r-base required the R programming language itself r | ||
package_name version package_manager conda_channel necessity language bug_flag | ||
python conda conda-forge required python | ||
r-essentials conda conda-forge required r | ||
r-base conda conda-forge required r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
{ | ||
"valid_columns": ["package_name", "version", "installation_command", "package_manager", "conda_channel", "area","link", "necessity", "description", "comment", "language", "bug_flag"], | ||
"valid_columns": ["package_name", "version","package_manager","conda_channel","necessity","language","bug_flag"], | ||
"filled_out_columns": ["package_name","language"], | ||
"valid_options": {"package_manager":["conda","pip","cran"],"language":["python","r","julia"],"bug_flag":["linux","windows","cross-platform"]}, | ||
"column_dependencies": null, | ||
"multi_option_columns": null | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters