-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!System command 'Rcmd.exe' failed #70
Comments
Hi @chongchunwie, Thank you for reporting this issue. The error appears to be related to file path/permission issues during package installation. Here are several solutions you can try:
devtools::install_github("cafferychen777/MicrobiomeStat", build_vignettes = FALSE)
devtools::install_github("cafferychen777/MicrobiomeStat", force = TRUE)
unlink(tempdir(), recursive = TRUE)
devtools::install_github("cafferychen777/MicrobiomeStat") If the above solutions don't work, please try:
The error is likely caused by one of these issues:
Please let me know if any of these solutions work for you. If not, we can explore other options. Best, |
Hi, I have tried and none of the suggestions is working. I have also installed R 4.4.2 and set the libPaths to a shorter path location ("c:\Rlib") but it doesn't work also. I got the same error ── R CMD build ───────────────────────────────────────────────────────────────── checking for file 'C:\Users\LENOVO\AppData\Local\Temp\RtmpiMsO9I\remotes9e941c859f\cafferychen777-MicrobiomeStat-7c77737/DESCRIPTION' ... checking for file 'C:\Users\LENOVO\AppData\Local\Temp\RtmpiMsO9I\remotes9e941c859f\cafferychen777-MicrobiomeStat-7c77737/DESCRIPTION' ... ✔ checking for file 'C:\Users\LENOVO\AppData\Local\Temp\RtmpiMsO9I\remotes9e941c859f\cafferychen777-MicrobiomeStat-7c77737/DESCRIPTION' (412ms) Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) : Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
copying to build directory failed Error: Failed to install 'MicrobiomeStat' from GitHub: |
I think I solved my problem. I am able to install it after downloading the .gz file into the local drive. |
Experiencing the same problem |
Hi @basgw, If you're encountering the "System command 'Rcmd.exe' failed" error or issues with file path lengths during installation, here are several solutions you can try: Solution 1: Using pak PackageThe if (!requireNamespace("pak", quietly = TRUE)) {
install.packages("pak")
}
pak::pkg_install("cafferychen777/MicrobiomeStat", dependencies = TRUE) Solution 2: Using Temporary Directory with Shorter PathWindows has path length limitations that can cause installation issues. Here's how to work around it: # Set temporary directory to a shorter path
dir.create("C:/Rtemp", showWarnings = FALSE)
Sys.setenv(TMPDIR = "C:/Rtemp")
# Install the package
devtools::install_github("cafferychen777/MicrobiomeStat", build_vignettes = FALSE) Solution 3: Modify Windows Path Length Limit
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1
Troubleshooting StepsIf you're still experiencing issues, please check:
Sys.getenv("TMPDIR")
getwd()
Still Having Issues?If none of these solutions work, please provide:
This will help us provide more targeted assistance for your specific setup. Best, |
Describe the Installation Issue
I am facing the following installation issue
Error Messages
── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\LENOVO\AppData\Local\Temp\RtmpOOzPsy\remotes94546abe4490\cafferychen777-MicrobiomeStat-0ccb605/DESCRIPTION'
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_areaplot_pair_subject_subject_id_time_visit_number_num_feature_level_Family_feature_number_20_group_sample_body_site_strata_subject_race_avergae.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_areaplot_pair_subject_subject_id_time_visit_number_num_feature_level_Family_feature_number_20_group_sample_body_site_strata_subject_race_avergae.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_barplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_feature_number_20_group_sample_body_site_strata_subject_race_avergae.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_barplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_feature_number_20_group_sample_body_site_strata_subject_race_avergae.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_sample_body_site_strata_subject_race_Family.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_sample_body_site_strata_subject_race_Family.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Family_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Family.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Family_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Family.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Genus_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Genus.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Genus_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Genus.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Phylum_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Phylum.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_boxplot_single_subject_subject.id_feature_level_Phylum_transform_sqrt_prev_filter_0.05_abund_filter_0.01_group_antiexposedall_strata_delivery_Phylum.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf to C:\Users\LENOVO\AppDa problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0_abund_filter_0_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_taxa_Family_prev_filter_0.01_abund_filter_0.01.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_taxa_Family_prev_filter_0.01_abund_filter_0.01.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_chang problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_average_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_change_heatmap_pair_indiv_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_long_average_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_long_average_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_long_indiv_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_long_indiv_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_mo problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Family_prev_filter_0.01_abund_filter_1e-04.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Family_prev_filter_0.01_abund_filter_1e-04.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Genus_prev_filter_0.01_abund_filter_1e-04.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Genus_prev_filter_0.01_abund_filter_1e-04.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Phylum_prev_filter_0.01_abund_filter_1e-04.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_heatmap_single_subject_subject.id_time_month_t_level_0_group_antiexposedall_strata_delivery_feature_level_Phylum_prev_filter_0.01_abund_filter_1e-04.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_sample_body_site_strata_ problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_sample_body_site_strata_subject_race_Family.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_id_time_visit_number_num_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_sample_body_site_strata_subject_race_Family.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Family.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Family.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Genus_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Genus.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Genus_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Genus.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Phylum_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Phylum.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Phylum_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Phylum.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_long_subject_subject_time_time_feature_level_Phylum_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex_Phylum.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Family.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Family_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Family.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Genus_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Genus.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Genus_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Genus.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Phylum_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Phylum.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_boxplot_single_subject_subject.id_feature_level_Phylum_transform_sqrt_prev_filter_0.01_abund_filter_0.01_group_antiexposedall_strata_delivery_Phylum.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Family_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Genus_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_change_boxplot_pair_subject_subject_time_time_change_base_1_feature_level_Phylum_prev_filter_0.01_abund_filter_0.01_group_group_strata_sex.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_spaghettiplot_long_subject_subject_ problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_spaghettiplot_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01_base_size_16_theme_choice_bw_pdf_wid_11_pdf_hei_8.5.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_indiv_spaghettiplot_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01_base_size_16_theme_choice_bw_pdf_wid_11_pdf_hei_8.5.pdf: No such file or directory
Warning in file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE) :
problem copying .\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_spaghettiplot_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01_base_size_16_theme_choice_bw_pdf_wid_11_pdf_hei_8.5.pdf to C:\Users\LENOVO\AppData\Local\Temp\RtmpgnKPpA\Rbuildb4246c0e7f9b\cafferychen777-MicrobiomeStat-0ccb605\docs\reference\taxa_spaghettiplot_long_subject_subject_id_time_visit_number_num_group_sample_body_site_strata_subject_race_feature_level_Family_prev_filter_0.01_abund_filter_0.01_base_size_16_theme_choice_bw_pdf_wid_11_pdf_hei_8.5.pdf: No such file or directory
ERROR
copying to build directory failed
Error: Failed to install 'MicrobiomeStat' from GitHub:
! System command 'Rcmd.exe' failed
Installation Steps
devtools::install_github("cafferychen777/MicrobiomeStat")
Environment Information:
Attempted Solutions
I tried setting build_vignettes to TRUE, disabled OneDrive all failed.
Someone said it might be due to a registry key (r-lib/devtools#2315 (comment)), but I don't have that. Not sure how to solve this issue.
The text was updated successfully, but these errors were encountered: