Top "Name-collision" questions

Within the context of computers and computer programming, "name collision" is the technical term for an instance in which two items have the same name within some logical enclosure.

Why are my dplyr group_by & summarize not working properly? (name-collision with plyr)

I have a data frame that looks like this: #df ID DRUG FED AUC0t Tmax Cmax 1 1 0 100 5 20 2 1 1 200 6 25 3 0 1 NA 2 30 4 0 0 150 6 65 Ans so …

r plyr dplyr shadowing name-collision
What should I do if two libraries provide a function with the same name generating a conflict?

What should I do if I have two libraries that provide functions with equivalent names?

c conflict name-collision
Access VBA: SQL query causes UPDATE syntax error

I have a database with linked tables- Staff, Courses and Training_Record. Each staff member has a numeric primary key, …

ms-access vba name-collision
SQLite select with string equality where value is same as column name?

I have an SQLite (v3.8.7.1 2014-10-29) database with a table containing names of locally installed software packages including details …

string sqlite name-collision
How to unmask a function in R, due to name collisions on searchpath

When I loaded package debug to debug a script with zoo objects, I got trouble: function index from zoo got …

r package search-path name-collision
How to import two classes with the same name in different packages?

I want to import these two classes, both named Query - one a JDO class, the other a JPA class, …

java import name-collision
Name collision by module import in Angular 2 - is there a way to prevent it

I've almost caused a name collision, because I've created a class with common name Message, which already exists in PrimeNG: …

angular typescript import name-collision