issues
search
safer-r
/
saferDev
GNU General Public License v3.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
all_args_here() checks all functions and the result is weird, it doesn’t show the result clearly
#52
Tintin2710
opened
6 days ago
0
In colons_check, internal function should not be listed in other function but should have the table like the other functions
#51
gael-millot
opened
6 days ago
0
complete test- for all functions
#50
gael-millot
opened
1 week ago
5
is_function_here, delete the part check of the required function to v…
#49
Tintin2710
closed
1 week ago
0
in colons_check(), error when a function is from a particular package, while it should be first checked that the function is indeed here
#48
gael-millot
closed
6 days ago
5
in all_args_here(), error when a function is from a particular package, while it should be first checked that the function is indeed here
#47
gael-millot
closed
2 weeks ago
0
internal_fun_names takes only the first latter of the inside function name detected in a function, in .functions_detect()
#46
gael-millot
opened
3 weeks ago
0
bug in all_args_here()
#45
gael-millot
closed
3 weeks ago
1
.all_args_here_fill() return wrong sentence when two arguments names starts by the same string
#44
gael-millot
closed
2 weeks ago
0
show quotes in default values or arguments in all_args_here()
#43
gael-millot
opened
3 weeks ago
0
problem with ... in all_args_here()
#42
gael-millot
closed
2 weeks ago
0
problem of comma positionning in all_args_here()
#41
gael-millot
closed
2 weeks ago
0
error in all_args_here() to fix
#40
gael-millot
closed
3 weeks ago
2
fix the error in all_args_here()
#39
gael-millot
closed
3 weeks ago
1
add in saferTool, a function to extract a sub string in a string, like .extract_all_fun_names()
#38
gael-millot
opened
2 months ago
0
add in is_function_here function_name and package_name arguments. Add for all safer functions ! Because can be used internally
#37
gael-millot
opened
2 months ago
2
complete test-internal_functions.R
#36
gael-millot
opened
2 months ago
1
change everywhere the end of the warning
#35
gael-millot
closed
16 minutes ago
2
for all internal errors, add: "PLEASE, REPORT THIS ERROR HERE: https://github.com/safer-r/saferDev/issues/new"
#34
gael-millot
opened
2 months ago
1
tests/testthat/test-internal_function.R copy paste in all packages what is written in this file for .pack_and_function_check() and .base_op_check()
#33
gael-millot
closed
15 minutes ago
5
add package.name argument to arg_check() and add this argument in all arg_check( used in all functions
#32
gael-millot
closed
5 days ago
13
problem with arg_check() in all functions
#31
gael-millot
closed
6 days ago
2
Remove everywhere but arg_test(): ini <- base::match.call(expand.dots = FALSE) # initial parameters (specific of arg_test())
#30
gael-millot
closed
6 days ago
1
in arg_check, replace OBJECT by ARGUMENT in all the code (for the messages)
#29
gael-millot
closed
2 months ago
1
add the checking of safer_check argument by arg_check() in all functions
#28
gael-millot
closed
24 minutes ago
4
fit the new backbone to all functions
#27
gael-millot
closed
6 days ago
47
check that safer_check = FALSE is present in all saferDev::arg_check(
#26
gael-millot
closed
5 days ago
1
check if importFrom() exists -> create it to gather all the non base:: packages:::functions used to facilitate @importFrom writting
#25
gael-millot
closed
25 minutes ago
4
create all_arg_here()
#24
gael-millot
closed
6 days ago
0
in colons_check(), remove the check of functions when preceeded by $
#23
gael-millot
closed
2 months ago
2
add all the arguments in all functions
#22
gael-millot
opened
2 months ago
1
add # management of "" everywhere
#21
gael-millot
closed
25 minutes ago
2
compare the .Rmd vignettes in .\dev\articles and .\vignettes, update, put the updated files in .\dev\articles and copy-paste into .\vignettes
#20
gael-millot
closed
2 months ago
0
bug to fix in two_colon_check
#19
gael-millot
closed
3 months ago
1
check why with two_colon_check(), functions with . not detected using two_colon_check(env_check) but detected using two_colon_check(saferDev::env_check)
#18
gael-millot
closed
2 months ago
0
function.name to update in every functions
#17
gael-millot
closed
3 months ago
1
remove functions taht are created inside functions when testing for :: in two_colon_check
#16
gael-millot
closed
3 months ago
1
ERROR message to improve
#15
gael-millot
closed
2 months ago
1
probleme with error message for mandatory arg
#14
gael-millot
closed
2 months ago
1
Problem of ERROR message display for arguments with no default value
#13
gael-millot
closed
6 months ago
3
make the "see also" section of the man pages of all the functions
#12
gael-millot
closed
6 months ago
1
Ajoute safer_check = TRUE dans les exemples de la function dans le fichier testthat
#11
Tintin2710
closed
6 months ago
1
In vignettes, the chunks are executed during CI, but results are in the same displayed chunk in the page -> not easy to copy-paste the code
#10
gael-millot
opened
7 months ago
1
ADD THE EXTERNAL.PACKAGE.NAME ARGUMENT IN .PACK_AND_FUNCTION_CHECK()
#9
gael-millot
closed
7 months ago
1
ADD THE EXTERNAL.PACKAGE.NAME ARGUMENT IN .BASE_OP_CHECK() EVERYWHERE
#8
gael-millot
closed
7 months ago
1
finish dev/two_colons_check.R and add it in R/
#7
gael-millot
closed
2 months ago
4
add `::` before all functions in all the code
#6
gael-millot
closed
2 months ago
2
In `report()`, problem with 1D tables : names over the table seem not printed
#5
gael-millot
closed
2 months ago
1
Problem with the `name` argument of `env_check()`
#4
gael-millot
closed
2 months ago
2
change `if( ! (base::all(base::class(arg.user.setting) == "list"`
#3
gael-millot
closed
3 months ago
2
Next