Skip to main content

Questions tagged [devtools]

An R package containing tools to ease the task of software development.

devtools
0 votes
1 answer
19 views

R devtools::install(): how to install to user-local library?

I'm trying to install a package developed locally, via devtools::install(), within an R session started as normal user (not sudo) in a Linux machine. The installation fails with the error no ...
pglpm's user avatar
  • 600
0 votes
0 answers
10 views

Problem with installing devtools and its dependencies (httpuv, later, promises, shiny, miniUI)

installing source package ‘later’ ... ** package ‘later’ successfully unpacked and MD5 sums checked ** using staged installation Running configure script -latomic linker flag not needed. ** libs using ...
Tam Heng Keat's user avatar
1 vote
2 answers
61 views

R package: author appearing in the manual

I m building a basic package with devtools (think of a package containing only an Hello World function). My DESCRIPTION file is simply: Title: What the Package Does (One Line, Title Case) Version: 0.0....
G. Ander's user avatar
  • 304
-1 votes
0 answers
27 views

What happened to DevTools and why are they painfully slow now?

I've recently updated Chrome DevTools, now debugging is painfully slow. What happened? This seems to have worked for me, hope it helps! Open DevTools settings Click "Experiments" tab Scroll ...
Matthew Nolting's user avatar
0 votes
0 answers
9 views

Is there a MobX developer debugging tool that can be used in React? [closed]

Is there a MobX devtools that can be used in React? My mobX version is greater than 6, react version is 16. I try mobx-react-devtools and mobx-devtools, but they don't approve mobx@"^6.3.3" ...
Artemis's user avatar
0 votes
0 answers
8 views

Rtl numbers problem when running flutter web on chrome in samsung phones

The text shows fine on chrome desktop, but the numbers (hh:mm in this case) get wrong direction when running on galaxy phones. Shows 12:20 as 20:12. It appears to be that way only on galaxy phones and ...
navid's user avatar
  • 1,332
0 votes
0 answers
10 views

Performance Insights Panel not visible in devtools after building it locally

I have built chrome devtools-frontend locally. Ref: https://chromium.googlesource.com/devtools/devtools-frontend/ I am unable to view the performance insights panel, I have tried checking it under ...
Winston Pais's user avatar
0 votes
0 answers
21 views

502 error with devtools::check_mac_release

I'm working on testing an R package in development, and have always used R Mac Builder as one test environment. However, today upon calling devtools::check_mac_release(), I get this error: > ...
Matt Tyers's user avatar
  • 2,195
0 votes
0 answers
22 views

How do I determine which tests were skipped in testthat?

When I run unit test locally for caretEnsemble, I get some tests skips. 3 of them are expected, 2 of them are not: Rscript -e "Sys.setenv(NOT_CRAN='true'); devtools::test(stop_on_failure=TRUE, ...
Zach's user avatar
  • 30.1k
0 votes
1 answer
48 views

devtools::check() fails with "Error: Could not find tools necessary to compile a package", however debugging detects no issues

When checking my R package with devtools::check(), I run into this error. ══ Checking ═══════════════════════════════════════════════════════════ Setting env vars: • _R_CHECK_CRAN_INCOMING_REMOTE_ ...
Hauke L.'s user avatar
  • 293
0 votes
0 answers
21 views

Squarespace Checkout Customization JavaScript

I'm a first time Squarespace user trying to inject JavaScript into my website so that I can customize the checkout button to redirect customers to a quote form instead of the regular checkout. I'm ...
Lucy's user avatar
  • 1
0 votes
1 answer
36 views

In Firefox DevTools Network tab, how to see only failed requests?

I want to be able to see all requests that have error responses (of any kind). By that, I mean requests that have a response with a status code like "4xx" or "5xx". I discovered ...
Dane Rossenrode's user avatar
0 votes
2 answers
22 views

Certain time Inactive in site means i do navigate to login page using session expiry

I do session based navigate the url & session will expiry while user inactive in site as well. Problem is Inactive certain time means session will expiry and navigate to login page as well. But on ...
Senthilkumar's user avatar
-2 votes
2 answers
82 views

Can I use the VS Code Edge devTools with a url and not only a file in my project?

I just found out you can open an edge browser window + the traditional chromium devtools window all within your vscode window panes. Which is amazing, this means I can full screen my vscode and do ...
lopu's user avatar
  • 172
0 votes
1 answer
34 views

Wrong version of Tanstack Query DevTools is showing

I've installed the latest version (v5) of the devtools by using the following command $ npm i @tanstack/react-query-devtools While I expected a palm tree icon for opening the tools, my browser is ...
svenjaleo's user avatar

15 30 50 per page
1
2 3 4 5
106