-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
^\.github$ | ||
^CRAN-SUBMISSION$ | ||
^LICENSE\.md$ | ||
^ignored$ |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
doc | ||
inst/doc | ||
Meta | ||
ignored |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.2.0 | ||
Date: 2023-06-04 23:33:51 UTC | ||
SHA: 59aeabbecd4af017d2833e1bbeb2215e70002681 | ||
Date: 2023-06-05 06:55:57 UTC | ||
SHA: e86a0e0d487cd7e3ad4b40f88435e1756b0b6bee |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Authors@R: | |
email = "[email protected]") | ||
Description: Visualize as flow diagrams the logic of functions, expressions or | ||
scripts in a static way or when running a call, visualize the dependencies between | ||
functions or between modules in a shiny app, and more.. | ||
functions or between modules in a shiny app, and more. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/moodymudskipper/flow, https://moodymudskipper.github.io/flow/ | ||
BugReports: https://github.com/moodymudskipper/flow/issues | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
## Comments | ||
|
||
The package was archive due to the pkgdown html thing last year. This is fixed, core functionalities are the same, some feature were added. | ||
|
||
# Answering comments from Benjamin Altmann 2023-06-06 | ||
|
||
> A CRAN package should not be larger than 5 MB. Please reduce the size. | ||
Size was reduced, tar.gz is 3.6 Mb big | ||
|
||
> Please omit one full stop at the end of your DESCRIPTION: | ||
done | ||
|
||
> Missing Rd-tags: | ||
> flow_debugonce.Rd: \value | ||
> flow_view_shiny.Rd: \value | ||
Added \value section for both | ||
|
||
> Used ::: in documentation: | ||
> man/flow_view_deps.Rd: | ||
> flow_view_deps(here::i_am, hide = c(pattern = "here:::s")) | ||
Example was changed to use `::` rather than `:::` | ||
|
||
> You are using installed.packages() in your code. | ||
We now gather dependencies from DESCRIPTION files rather than installed.packages() |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.